PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureTree Class / setIdentifierMap Method
A PDFIdMap object that maps identifiers to structure elements.
In This Topic
    setIdentifierMap Method
    In This Topic
    Sets the identifiers map.
    If the property is set on a object, then a must be created and the must be mapped to the corresponding object.
    Syntax
    public void setIdentifierMap( 
       PDFIdMap value
    )

    Parameters

    value
    A PDFIdMap object that maps identifiers to structure elements.
    See Also